home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / games / _corewar / sources / bitstorm < prev    next >
Encoding:
Text File  |  1991-04-06  |  201 b   |  16 lines

  1. \ Bit Storm
  2. \ by Steve Bonner
  3. \
  4. jmp .1
  5. \
  6. .0  dat         #801
  7. .1  add  #200    .0
  8.     mov   .3    @.0
  9.     mov   .2    <.0
  10.     spl         @.0
  11.     jmp   .1
  12. .2  add  #1691   -1
  13. .3  djn   -1    @-2
  14.  
  15. \end
  16.